Crafting
Meta Tables for Crafting.
Functions
entityMeta:IsTableLocked()
Checks if a crafting table is locked.
Returns
-
bool
True if the table is locked, false otherwise.
entityMeta:LockTable(locked)
Locks or unlocks a crafting table.
Parameters
-
locked
Boolean
Whether the table should be locked or unlocked.
Returns
-
bool
True if the operation was successful, false otherwise.